From 7a768a25814bc7e521a16f81c6442f33562673c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 18 May 2020 13:41:04 +0200 Subject: [PATCH] build: Pass common_cflags to focus-chain test --- testsuite/gtk/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index faf853a380..dbdf2fc483 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -174,6 +174,7 @@ focus_chain = executable( 'test-focus-chain', ['test-focus-chain.c'], dependencies: libgtk_dep, + c_args: common_cflags, install: get_option('install-tests'), install_dir: testexecdir ) -- 2.30.2